x
<html><head><title>PE.js loading...</title><!-- CSS needs to be populated up-front, nothing can be displayed correctly without it --><style>###app/boot/boot.css###</style></head><body><!-- All UI shall be contained within this element. At startup it might contain junk because the HTML was saved/scraped, so the first thing to do is to destroy the content here and replace it with boot UI.--><div id=uisite>PE.js booting...</div><!-- Small chunk of code cleaning up uisite and putting some basic boot UI in there. --><script>###app/boot/boot.js###</script><!-- Actual PE.js code. --><script> // . . .</script><!-- EXE/DLL binary content embedded into HTML DOM --><div id=datasite style="display: none;"> <div data-file=mscorlib.dll> <div id=data00>###app1/mscorlib/00.base64###</div>> <div id=data01>###app1/mscorlib/01.base64###</div>> <div id=data02>###app1/mscorlib/02.base64###</div>> <div id=data03>###app1/mscorlib/03.base64###</div>> </div></div><script> pe.app.boot.bootingComplete(); </script></body></html>